std::unordered_set::key_eq
From Cppreference
< cpp | container | unordered set
| key_equal key_eq() const;
| (C++0x feature) | |
Returns the function that compares keys for equality.
Contents |
Parameters
(none)
Return value
the key comparison function.
Complexity
constant
See also
| returns function used to hash the keys (public member function) | |